home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / java / jdirecttalker example / about jdirect and jdirecttalker next >
Encoding:
Text File  |  2000-06-23  |  1.7 KB  |  19 lines

  1. About JDirect and JDirectTalker
  2. MRJ SDK 2.1 Early Access 2 (EA2)
  3. Alpha Release (MRJ SDK 2.1a1c5)
  4. September 1, 1998
  5.  
  6. About JDirect and JDirectTalker
  7.  
  8. JDirectTalker is a simple example of how to use Apple's JDirect technology to access APIs imported from code fragments, the Macintosh implemention of shared libraries.  For more information about JDirect, see the document JDirect Note.pdf in the JDirect folder. This example uses Apple’s Speech Manager to provide text-to-speech capabilities inside a Java application.
  9.  
  10. The JDirectTalker class provides a simple java wrapper around the Mac OS Speech Manager.  To invoke the Speech Manager, JDirectTalker uses native methods which JDirect binds directly to the SpeechLib shared library. 
  11.  
  12. The MRJTalkTest class is a simple java application which uses JDirectTalker to display and speak a short message.
  13.  
  14. _______________________________
  15. © 1995-1998 Apple Computer. Inc. All rights reserved. 
  16. Apple, the Apple logo, LaserWriter, MacTCP, Power Macintosh, Mac, and Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. PowerPC is a trademark of International Business Machines Corporation, used under license therefrom. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All other product names are trademarks or registered trademarks of their respective holders. Mention of non-Apple products is for information purposes and constitutes neither an endorsement nor a recommendation. Apple assumes no responsibility with regard to the selection, performance, or use of these products.
  17.  
  18. Updated September 1, 1998
  19. v009